You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AnsarMahir what @ToniMoldovan has said is correct, when defining the route you need to import the correct TaskController because there is two of them. You need the one inside the App\Http\Controllers\Api\V1 folder.
This is for the ones (like I was) that finished all tasks but the final one (12). It took me about 40mins to figure this out.
Solution: watch carefully the
app\Http\Controllers
folder. There is a special one calledApi
.The text was updated successfully, but these errors were encountered: