2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Fixing AMD example

This commit is contained in:
mzabriskie
2015-09-21 16:17:34 -06:00
parent cd0cd18054
commit 5eac34f1cd
+1 -1
View File
@@ -21,7 +21,7 @@
<script>
requirejs.config({
paths: {
axios: '/axios.amd.min'
axios: '/axios.min'
}
});