Skip to content
Snippets Groups Projects

WIP: Submission notes

Closed Jan Maximilian Michal requested to merge submission-notes into master
All threads resolved!
107 files
+ 14
9878
Compare changes
  • Side-by-side
  • Inline
Files
107
+ 1
1
import axios from 'axios'
import axios from 'axios'
var ax = axios.create({
let ax = axios.create({
baseURL: 'http://localhost:8000/'
baseURL: 'http://localhost:8000/'
})
})
Loading