mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-26 19:59:56 +00:00
api attempt
This commit is contained in:
9
counter/static/webpack/graph-index.ts
Normal file
9
counter/static/webpack/graph-index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import Chart from 'chart.js/auto';
|
||||
import {permanencyFetchPermanancies} from '#openapi'
|
||||
|
||||
async function main() {
|
||||
console.log((await permanencyFetchPermanancies()).data)
|
||||
}
|
||||
|
||||
main()
|
||||
console.log("Hello from graph-index.ts");
|
Reference in New Issue
Block a user