usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Web server: Topic request url changed #200

Closed dan-du-car closed 6 months ago

dan-du-car commented 6 months ago

Summary

Topic request API URL has been updated from /api/user-topic-request/ to /api/user_topic_request/

Commit

NA

Expected Behavior

UI sending topic request shall not return 404

Actual Behavior

UI sending topic request returns 404

Steps to Reproduce the Actual Behavior

git clone this repos and navigate into the cda-telematics/telematic_system folder. docker-compose -f docker-compose.local.yml up to launch all services. Navigate to URL: local.cav-telematics.com:8888. On the topic page, select a live event and request topics for that live event.

Related Work

No response