aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/config.ts
blob: f1c141940effb62d2a35527f88d02f89776d42d2 (plain) (blame)
1
2
3
4
export const API_SETTINGS = {
    apiURL: 'http://localhost:5283/api',
    apiWSUrl: 'ws://localhost:5283/api/websocket/ws'
}