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
I had version (1) with service:
/api/notification
Created new version (2) with new service:
/api/reset-bagde
Default version is 1.
In version 2 I changed /api/notification logic, only for version 2.
/api/notification was copied in V2 folder and I changed it, but the problem is I can't access v2/api/notification :(
Problem is in module.config.php, no configs for V2.
I created a new config V2.module.config.php and I added , from module.config.php and replaced \V1\ with \V2.
Also I merged both configs in module.php: .
And now is working and v1 and v2 with services from version 1.
I had version (1) with service:
/api/notification
Created new version (2) with new service:
/api/reset-bagde
Default version is 1.
In version 2 I changed /api/notification logic, only for version 2.
/api/notification was copied in V2 folder and I changed it, but the problem is I can't access v2/api/notification :(
response is:
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Not Found",
"status": 404,
"detail": "Page not found."
}
Can someone explain me, why? and is the problem in version of apigility?
"zfcampus/zf-apigility": "1.0.2"
by this video this should work: https://youtu.be/D_mcntk4tXI?t=1241
Originally posted by @zbintiosul at zfcampus/zf-apigility#147
The text was updated successfully, but these errors were encountered: