Skip to content
Snippets Groups Projects

Fix frontend with current dev

4 files
+ 9
18
Compare changes
  • Side-by-side
  • Inline

Files

 
// export default {
 
// api_prefix: 'http://localhost:8000/api',
 
// max_remark_length: 1000,
 
// };
 
export default {
export default {
api_prefix: 'http://localhost:8000/api',
api_prefix: 'https://ta.ewi.tudelft.nl/api',
max_remark_length: 1000,
max_remark_length: 1000,
};
};
// export default {
// "api_prefix": "https://ta.ewi.tudelft.nl/api",
// "max_remark_length": 1000
// }
Loading