Edit version route

This commit is contained in:
Jai A 2020-10-25 14:03:18 -07:00
parent d3bac307bb
commit 42b568952e
No known key found for this signature in database
GPG Key ID: E8B7DFB8C62797AC

View File

@ -299,7 +299,7 @@ export default {
try {
await axios({
url: 'https://api.modrinth.com/api/v1/version/version',
url: 'https://api.modrinth.com/api/v1/version',
method: 'POST',
data: formData,
headers: {