specify python version
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2022-05-22 10:27:06 +02:00
parent 764a7b98d8
commit 49dd3ab700
4 changed files with 10 additions and 5 deletions

View File

@ -7,7 +7,7 @@ import type ResponseData from "@/types/ResponseData";
export default defineComponent({
data() {
return {
weeknumber: {} as HHV,
weeknumber: 0 as number,
};
},
methods: {

View File

@ -1,6 +1,5 @@
import http from "@/http-common";
/* eslint-disable */
class HHVDataService {
getWeekNumber(): Promise<any> {
return http.get("/hanyadikhetvan");

View File

@ -1,3 +0,0 @@
export default interface HHV {
id: number;
}

9
staticwebapp.config.json Normal file
View File

@ -0,0 +1,9 @@
{
"platform": {
"apiRuntime": "python:3.9"
}
}