specify python version
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
764a7b98d8
commit
49dd3ab700
@ -7,7 +7,7 @@ import type ResponseData from "@/types/ResponseData";
|
||||
export default defineComponent({
|
||||
data() {
|
||||
return {
|
||||
weeknumber: {} as HHV,
|
||||
weeknumber: 0 as number,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
@ -1,6 +1,5 @@
|
||||
import http from "@/http-common";
|
||||
|
||||
/* eslint-disable */
|
||||
class HHVDataService {
|
||||
getWeekNumber(): Promise<any> {
|
||||
return http.get("/hanyadikhetvan");
|
||||
|
@ -1,3 +0,0 @@
|
||||
export default interface HHV {
|
||||
id: number;
|
||||
}
|
9
staticwebapp.config.json
Normal file
9
staticwebapp.config.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
|
||||
"platform": {
|
||||
|
||||
"apiRuntime": "python:3.9"
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user