Compare commits
2 Commits
1621bc1d53
...
b351d9f839
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b351d9f839 | ||
![]() |
20a333c106 |
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Demo - Build & Deploy to Scaleway
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
|
||||
push:
|
||||
branches: [legacy_dev]
|
||||
|
||||
env:
|
||||
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
||||
|
@ -46,6 +46,11 @@ export default abstract class BaseApiService {
|
||||
}
|
||||
|
||||
protected async getRequest<T>(url: URL, token?: string, contentType?: ContentType, ref?: IRef, fileName?: string) {
|
||||
console.log("url", url);
|
||||
console.log("token", token);
|
||||
console.log("contentType", contentType);
|
||||
console.log("ref", ref);
|
||||
console.log("fileName", fileName);
|
||||
await this.checkJwtToken();
|
||||
const request = async () =>
|
||||
await fetch(url, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user