Skip to content

Routing Error uninitialized constant API #2

@Captain1

Description

@Captain1

http://localhost:3000/api/v1/contacts/
Rake routes:
Prefix Verb URI Pattern Controller#Action
api_v1_contacts GET /api/v1/contacts(.:format) api/v1/contacts#index {:format=>:json}
POST /api/v1/contacts(.:format) api/v1/contacts#create {:format=>:json}
api_v1 GET /api/v1/contacts/:id(.:format) api/v1/contacts#show {:format=>:json}
PUT /api/v1/contacts/:id(.:format) api/v1/contacts#update {:format=>:json}
DELETE /api/v1/contacts/:id(.:format) api/v1/contacts#destroy {:format=>:json}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions