فهرست منبع

clarify 404 error on launch api

CauseFX 5 سال پیش
والد
کامیت
72b31d5414
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      js/functions.js

+ 1 - 1
js/functions.js

@@ -10246,7 +10246,7 @@ function OrganizrApiError(xhr, secondaryMessage = null){
 }
 function launch(){
 	console.info('https://docs.organizr.app/books/setup-features/page/organizr-20--%3E-21-migration-guide');
-	organizrConsole('API V2 API','If you see a 404 Error below this line, you have not setup the new location block... See URL above this line', 'error');
+	organizrConsole('API V2 API','If you see a 404 Error for api/v2/launch below this line, you have not setup the new location block... See URL above this line', 'error');
 	organizrConnect('api/v2/launch').success(function (data) {
         try {
             let json = data.response;